Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / Overflow Property


In This Topic
    Overflow Property
    In This Topic
    Gets the lenghts in pixels of the visible boundaries.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Overflow As C1Thickness
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As C1Thickness
     
    value = instance.Overflow
    public C1Thickness Overflow {get;}
    See Also